home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / akce / panda / T2008promoONs3M_MultiIdioma.exe / [0] / Drivers / amm8660.inf < prev    next >
Windows Setup INFormation  |  2007-10-22  |  3KB  |  126 lines

  1. ;
  2. ;  Installation file for Panda Anti-Virus Filesystem Minifilter.
  3. ;
  4. ;  Copyright ⌐ 2007, Panda. All Rights Reserved.
  5. ;
  6.  
  7. [Version]
  8.     Signature           = "$Windows NT$"
  9.     Class               = "Antivirus"
  10.     ClassGUID           = {b1d1a169-c54f-4379-81db-bee7d88d7454}
  11.     Provider           = %Psi%
  12.     CatalogFile.NTx86  = amfsmx86.cat
  13.     DriverVer           = 09/28/2007,7.1.3.0
  14.     DriverPackageType      = FileSystemFilter
  15.   DriverPackageDisplayName = On-Access Antivirus Filter Driver
  16.  
  17. [DestinationDirs]
  18.     DefaultDestDir               = 12
  19.     FSFilterFiles.ntx86    = 12    
  20.  
  21.  
  22. [SourceDisksNames]
  23.     1            = %DiskDescription%
  24.  
  25. [SourceDisksFiles.x86]
  26.     amm8660.sys        = 1,x86
  27.  
  28.  
  29. ;
  30. ; Default install sections
  31. ;
  32.  
  33. [DefaultInstall]
  34.     CopyFiles        = FSFilterFiles.ntx86
  35.  
  36. [DefaultInstall.Services]
  37.     AddService        = %FSFilterServiceName%,,FSFilterServiceInstall.ntx86,FSFilterEventLogInstall.ntx86,,%FSFilterEventName%
  38.  
  39.  
  40. ;         
  41. ; Default uninstall sections
  42. ;         
  43.  
  44. [DefaultUninstall]
  45.     DelFiles        = FSFilterFiles.ntx86
  46.  
  47. [DefaultUninstall.Services]
  48.     DelService        = %FSFilterServiceName%,0x204      ; = SPSVCINST_DELETEEVENTLOGENTRY|STOPSERVICE
  49.  
  50. ;
  51. ; Services Section
  52. ;
  53.  
  54. [FSFilterServiceInstall.ntx86] 
  55.     DisplayName        = %FSFilterServiceName%
  56.     Description        = %FSFilterDescription%
  57.     Dependencies        = %FilterManagerServiceName%
  58.     ServiceBinary        = %12%\%binx86%
  59.     ServiceType        = 2                 ; = SERVICE_FILE_SYSTEM_DRIVER
  60.     StartType        = 2                 ; = SERVICE_AUTO_START
  61.     ErrorControl        = 1                 ; = SERVICE_ERROR_NORMAL
  62.     LoadOrderGroup        = "FSFilter Anti-Virus"
  63.     AddReg            = FSFilterAddRegistry
  64.  
  65.  
  66. ;
  67. ; Registry Modifications
  68. ;
  69.  
  70. [FSFilterAddRegistry]
  71.     HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
  72.     HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
  73.     HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
  74.  
  75.     
  76. ;
  77. ; EventLog Section
  78. ;
  79.  
  80. [FSFilterEventLogInstall.ntx86]
  81.     AddReg            = FSFilterEventLogAddReg.ntx86
  82.  
  83. [FSFilterEventLogAddReg.ntx86]
  84.     HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\drivers\"%binx86%
  85.     HKR,,TypesSupported,0x10001,7     
  86.  
  87. ;
  88. ; Copy Files
  89. ;
  90.  
  91. [FSFilterFiles.ntx86]
  92.     %binx86%
  93.  
  94. ;
  95. ; String Section
  96. ;
  97.  
  98. [Strings]
  99.     Psi                = "Panda Software International"
  100.     DiskDescription         = "Panda Anti-Virus Installation Media"
  101.     FSFilterDescription        = "Panda Anti-Virus Filesystem Minifilter"
  102.     FSFilterServiceName        = "AmFSM"
  103.     FSFilterEventName        = "Anti-Malware FSM"
  104.     FilterManagerServiceName    = "Fltmgr"
  105.     RegInstancesSubkeyName        = "Instances"
  106.     RegDefaultInstanceValueName    = "DefaultInstance"
  107.     RegAltitudeValueName        = "Altitude"
  108.     RegFlagsValueName        = "Flags"
  109.     
  110.     binx86                = "amm8660.sys"
  111.  
  112.  
  113.  
  114. ;
  115. ; Instance specific information.
  116. ;
  117.  
  118.     DefaultInstance            = "Anti-Malware On-Access Protection"
  119.     Instance1.Name            = "Anti-Malware On-Access Protection"
  120.     Instance1.Altitude        = "327600"
  121.     Instance1.Flags            = 0x0
  122.  
  123. ;
  124. ; AV specific configuration
  125. ;
  126.